home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / uupc 3.1 / (uupc π) / dcpfpkt.proto.h < prev    next >
Encoding:
Text File  |  1992-09-15  |  292 b   |  12 lines  |  [TEXT/KAHL]

  1.  
  2. /* dcpfpkt.c */
  3. int fopenpk(int master);
  4. int fclosepk(void);
  5. int fwrmsg(char *str, boolean nowait);
  6. int frdmsg(register char *str, int *bytes);
  7. int fgetpkt(char *packet, int *bytes);
  8. int fsendpkt(char *ip, int len, int flag);
  9. int ffilepkt(void);
  10. int feofpkt(void);
  11. int fsendresp(int state);
  12.